Skip to content

java(deps) Bump the gradle group across 1 directory with 8 updates - #9

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/gradle-ae4ef094e7
Open

java(deps) Bump the gradle group across 1 directory with 8 updates#9
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/gradle-ae4ef094e7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown

Bumps the gradle group with 8 updates in the / directory:

Package From To
gradle-wrapper 9.7.0 9.7.1
org.junit:junit-bom 5.14.4 6.1.3
com.fasterxml.jackson.core:jackson-databind 2.21.5 2.22.2
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.21.5 2.22.2
org.slf4j:slf4j-nop 2.0.17 2.0.18
com.uber.nullaway:nullaway 0.13.8 0.14.1
net.ltgt.errorprone 5.1.0 5.1.1
com.diffplug.spotless 8.9.0 8.10.1

Updates gradle-wrapper from 9.7.0 to 9.7.1

Release notes

Sourced from gradle-wrapper's releases.

9.7.1

The Gradle team is excited to announce Gradle 9.7.1.

This is a patch release for 9.7.0. We recommend using 9.7.1 instead of 9.7.0.

Here are the highlights of 9.7.0 release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • Resilient Sync helps you fix broken builds
  • More source locations in problem reports

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Adam, Aman Gautam, Aman Kumar, Anton Dubrouski, Aurimas, gbhavya07, Josh Friend, nicklauslittle-gov, Pragati, project516, Qin Mi, Ravi, sk-reddy17, Suvrat Acharya, Yongshun Ye.

Upgrade instructions

Switch your build to use Gradle 9.7.1 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.7.1 && ./gradlew :wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

Commits

Updates org.junit:junit-bom from 5.14.4 to 6.1.3

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.1.3 = Platform 6.1.3 + Jupiter 6.1.3 + Vintage 6.1.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.2...r6.1.3

JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.1...r6.1.2

JUnit 6.1.1 = Platform 6.1.1 + Jupiter 6.1.1 + Vintage 6.1.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.0...r6.1.1

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • f59f60d Release 6.1.3
  • cd8ec92 Finalize 6.1.3 release notes
  • c8729f2 Restore compatibility with GraalVM 25 (#5901)
  • ddc9e74 Update graalvm/setup-graalvm action to v1.6.4 (#5959)
  • fe2c52a Update plugin org.graalvm.buildtools.native to v1.1.7 (#5923)
  • 62afc02 Delay GraalVM plugin updates for 3 days
  • 0cc2902 Skip graalVmTest task if GraalVM env vars are not set
  • f6bbfc5 Move GraalVM tests to separate test task (#5903)
  • e87e052 Update plugin org.graalvm.buildtools.native to v1.1.6 (#5899)
  • 1cd56df Update plugin org.graalvm.buildtools.native to v1.1.5 (#5880)
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.21.5 to 2.22.2

Commits
  • 25b2a22 [maven-release-plugin] prepare release jackson-databind-2.22.2
  • bab1c1a Prep for 2.22.2 release
  • bc03cf8 Merge branch '2.21' into 2.22
  • 83379fb Merge branch '2.20' into 2.21
  • 0d400c9 Merge branch '2.19' into 2.20
  • ce36a27 Merge branch '2.18' into 2.19
  • 7a209e1 Post-release dep version bump
  • a432707 [maven-release-plugin] prepare for next development iteration
  • 176df1d [maven-release-plugin] prepare release jackson-databind-2.18.10
  • 7785f5f Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.21.5 to 2.22.2

Commits
  • 3aab026 [maven-release-plugin] prepare release jackson-dataformats-text-2.22.2
  • 0e4e5b9 Prep for 2.22.2 release
  • 3fd4238 Merge branch '2.21' into 2.22
  • f0f9689 Merge branch '2.20' into 2.21
  • 50d9dfa Merge branch '2.19' into 2.20
  • 0e9bdd4 Merge branch '2.18' into 2.19
  • 613de08 Post-release dep version bump
  • 49dc929 [maven-release-plugin] prepare for next development iteration
  • c09cd3f [maven-release-plugin] prepare release jackson-dataformats-text-2.18.10
  • 096a670 Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.21.5 to 2.22.2

Commits
  • 3aab026 [maven-release-plugin] prepare release jackson-dataformats-text-2.22.2
  • 0e4e5b9 Prep for 2.22.2 release
  • 3fd4238 Merge branch '2.21' into 2.22
  • f0f9689 Merge branch '2.20' into 2.21
  • 50d9dfa Merge branch '2.19' into 2.20
  • 0e9bdd4 Merge branch '2.18' into 2.19
  • 613de08 Post-release dep version bump
  • 49dc929 [maven-release-plugin] prepare for next development iteration
  • c09cd3f [maven-release-plugin] prepare release jackson-dataformats-text-2.18.10
  • 096a670 Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-nop from 2.0.17 to 2.0.18

Updates com.uber.nullaway:nullaway from 0.13.8 to 0.14.1

Release notes

Sourced from com.uber.nullaway:nullaway's releases.

NullAway 0.14.1

Several bug fixes in this release, particularly for JSpecifyExperimental. Thanks to all who tested out this mode, reported bugs, and contributed! Please continue to test and send feedback. See the 0.14.0 release notes below for more information on JSpecifyExperimental.

  • Fix restoring nullness annotations from an unbounded wildcard to a captured type (#1717)
  • JSpecify: support anonymous diamond classes by @​subhramit (#1710)
  • Fix attribute errors reported during dataflow (#1736)
  • Apply library models to an overridden method type when checking overrides (#1722)
  • Deduplicate generic inference failure warnings (#1741)
  • Preserve nested nullness annotations through inheritance (#1742)
  • Fix crash for generic qualifiers in method references (#1744)
  • Cache immutable stubx library models (#1745)
  • Allow nullable method references for void functions (#1747)
  • Preserve nested nullness in enhanced-for variable types (#1748)
  • Track nullable elements in enhanced-for dataflow (#1749)
  • Honor ignored methods in null-marked library models (#1753)
  • Avoid crashes on malformed @Contract arity (fixes #1726) (#1756)
  • Inherit null-implies-null models across overrides (#1758)
  • Fix inference for annotated type variable uses (#1759)
  • Preserve contract unreachability across store joins (#1761)
  • Prevent recursion on self-referential wildcard bounds (#1763)
  • Work around pre-JDK-25 limitations in reading upper bounds from wildcard arguments in bytecode (#1764)
  • Improve diagnostics for non-null type variable bounds (#1770)
  • Fix override checks for method type variables bounded by a class type variable by @​pivovarit (#1775)
  • Maintenance
    • Migrate FrameworkTests to addSourceLines by @​abdeltaehass (#1712)
    • Attribute errors reported during dataflow to the right file by @​vlsi (#1734)
    • Disable CodeRabbit summaries (#1755)
    • Add tests for overrides of Collection.toArray (#1757)
    • Assert the full set of diagnostics for annotated type-variable uses by @​vlsi (#1768)
    • Document that a nullImpliesNull model applies to overriding methods by @​vlsi (#1771)
    • Add tests for the JSpecify nullness operator by @​vlsi (#1767)

NullAway 0.14.0

This release has significant improvements to JSpecify support, including improved support for wildcards and integration of the standard library nullability annotations from https://github.com/jspecify/jdk. Much of this new support is gated behind a new JSpecifyExperimental flag, which is off by default. We disable the flag by default since this new support leads to many new errors in existing projects (mostly from the new JDK models), and because we need more real-world testing before enabling it by default. We encourage projects to enable the JSpecifyExperimental flag (alongside JSpecify mode) and to report any issues that arise. We expect to turn JSpecifyExperimental on by default in a future release.

Aside from the above, you may observe some newly reported warnings in JSpecify mode, due to other checking improvements.

... (truncated)

Changelog

Sourced from com.uber.nullaway:nullaway's changelog.

Version 0.14.1

Several bug fixes in this release, particularly for JSpecifyExperimental. Thanks to all who tested out this mode, reported bugs, and contributed! Please continue to test and send feedback. See the 0.14.0 release notes below for more information on JSpecifyExperimental.

  • Fix restoring nullness annotations from an unbounded wildcard to a captured type (#1717)
  • JSpecify: support anonymous diamond classes by @​subhramit (#1710)
  • Fix attribute errors reported during dataflow (#1736)
  • Apply library models to an overridden method type when checking overrides (#1722)
  • Deduplicate generic inference failure warnings (#1741)
  • Preserve nested nullness annotations through inheritance (#1742)
  • Fix crash for generic qualifiers in method references (#1744)
  • Cache immutable stubx library models (#1745)
  • Allow nullable method references for void functions (#1747)
  • Preserve nested nullness in enhanced-for variable types (#1748)
  • Track nullable elements in enhanced-for dataflow (#1749)
  • Honor ignored methods in null-marked library models (#1753)
  • Avoid crashes on malformed @Contract arity (fixes #1726) (#1756)
  • Inherit null-implies-null models across overrides (#1758)
  • Fix inference for annotated type variable uses (#1759)
  • Preserve contract unreachability across store joins (#1761)
  • Prevent recursion on self-referential wildcard bounds (#1763)
  • Work around pre-JDK-25 limitations in reading upper bounds from wildcard arguments in bytecode (#1764)
  • Improve diagnostics for non-null type variable bounds (#1770)
  • Fix override checks for method type variables bounded by a class type variable by @​pivovarit (#1775)
  • Maintenance
    • Migrate FrameworkTests to addSourceLines by @​abdeltaehass (#1712)
    • Attribute errors reported during dataflow to the right file by @​vlsi (#1734)
    • Disable CodeRabbit summaries (#1755)
    • Add tests for overrides of Collection.toArray (#1757)
    • Assert the full set of diagnostics for annotated type-variable uses by @​vlsi (#1768)
    • Document that a nullImpliesNull model applies to overriding methods by @​vlsi (#1771)
    • Add tests for the JSpecify nullness operator by @​vlsi (#1767)

Version 0.14.0

This release has significant improvements to JSpecify support, including improved support for wildcards and integration of the standard library nullability annotations from https://github.com/jspecify/jdk. Much of this new support is gated behind a new JSpecifyExperimental flag, which is off by default. We disable the flag by default since this new support leads to many new errors in existing projects (mostly from the new JDK models), and because we need more real-world testing before enabling it by default. We encourage projects to enable the JSpecifyExperimental flag (alongside JSpecify mode) and to report any issues that arise. We expect to turn JSpecifyExperimental on by default in a future release.

... (truncated)

Commits
  • b3d442a Prepare for release 0.14.1.
  • d6df98b Release notes for 0.14.1 (#1784)
  • ecb763e fix override checks for method type variables bounded by a class type variabl...
  • 915b287 Add tests for the JSpecify nullness operator (#1767)
  • f142e85 Improve diagnostics for non-null type variable bounds (#1770)
  • bb5cf51 Work around pre-JDK-25 limitations in reading upper bounds from wildcard argu...
  • 17d7ca7 Document that a nullImpliesNull model applies to overriding methods (#1771)
  • cc156e4 Assert the full set of diagnostics for annotated type-variable uses (#1768)
  • b9efa0f Prevent recursion on self-referential wildcard bounds (#1763)
  • 177ad18 Preserve contract unreachability across store joins (#1761)
  • Additional commits viewable in compare view

Updates net.ltgt.errorprone from 5.1.0 to 5.1.1

Updates com.diffplug.spotless from 8.9.0 to 8.10.1

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 6, 2026
Bumps the gradle group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.7.0` | `9.7.1` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.14.4` | `6.1.3` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) | `2.21.5` | `2.22.2` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.21.5` | `2.22.2` |
| org.slf4j:slf4j-nop | `2.0.17` | `2.0.18` |
| [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) | `0.13.8` | `0.14.1` |
| net.ltgt.errorprone | `5.1.0` | `5.1.1` |
| com.diffplug.spotless | `8.9.0` | `8.10.1` |



Updates `gradle-wrapper` from 9.7.0 to 9.7.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.7.0...v9.7.1)

Updates `org.junit:junit-bom` from 5.14.4 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.14.4...r6.1.3)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.5 to 2.22.2
- [Commits](FasterXML/jackson-databind@jackson-databind-2.21.5...jackson-databind-2.22.2)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.21.5 to 2.22.2
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.21.5...jackson-dataformats-text-2.22.2)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.21.5 to 2.22.2
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.21.5...jackson-dataformats-text-2.22.2)

Updates `org.slf4j:slf4j-nop` from 2.0.17 to 2.0.18

Updates `com.uber.nullaway:nullaway` from 0.13.8 to 0.14.1
- [Release notes](https://github.com/uber/NullAway/releases)
- [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
- [Commits](uber/NullAway@v0.13.8...v0.14.1)

Updates `net.ltgt.errorprone` from 5.1.0 to 5.1.1

Updates `com.diffplug.spotless` from 8.9.0 to 8.10.1

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-version: 8.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.uber.nullaway:nullaway
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: gradle-wrapper
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: net.ltgt.errorprone
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.junit:junit-bom
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
- dependency-name: org.slf4j:slf4j-nop
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title java(deps) bump the gradle group across 1 directory with 8 updates java(deps) Bump the gradle group across 1 directory with 8 updates Sep 6, 2026
@dependabot
dependabot Bot force-pushed the dependabot/gradle/gradle-ae4ef094e7 branch from bbfa60f to 1681065 Compare September 6, 2026 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants